-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update minor-and-patch (lts) #5922
Conversation
|
|
705465f
to
cfd2c09
Compare
e0a5ecf
to
a45e697
Compare
a45e697
to
5ae6841
Compare
5ae6841
to
9629e05
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
4.11.2
->4.11.3
4.11.2
->4.11.3
2.27.10
->2.27.11
9.0.10
->9.0.17
7.0.4
->7.0.11
10.0.9
->10.0.16
10.6.0
->10.7.2
10.0.18
->10.0.28
0.10.5
->0.10.6
20.17.6
->20.17.16
8.15.0
->8.21.0
5.0.8
->5.1.0
0.10.4
->0.10.5
9.1.0
->9.1.2
4.3.7
->4.4.0
16.4.5
->16.4.7
16.4.5
->16.4.7
3.6.3
->3.7.0
28.9.0
->28.11.0
4.21.1
->4.21.2
16.9.0
->16.10.0
16.9.0
->16.10.0
9.0.11
->9.1.0
5.16.0
->5.16.2
5.16.0
->5.16.2
5.10.3
->5.10.10
15.2.10
->15.4.2
v2.9.0
->v2.9.1
5.26.0
->5.27.0
5.26.0
->5.27.0
2.13.0
->2.13.3
1.3.0
->1.3.1
v1.57.0
->v1.64.1
v1.32.0
->v1.33.0
v1.12.0
->v1.13.0
9.5.1
->9.5.2
5.96.1
->5.97.1
4.5.2
->4.6.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apollographql/apollo-server (@apollo/server)
v4.11.3
Compare Source
Patch Changes
f4228e8
Thanks @glasser! - Compatibility with Next.js Turbopack. Fixes #8004.changesets/changesets (@changesets/cli)
v2.27.11
Compare Source
Patch Changes
f0270f6
]:ardatan/graphql-tools (@graphql-tools/merge)
v9.0.17
Compare Source
Patch Changes
[
53bb601
,53bb601
]:v9.0.16
Compare Source
Patch Changes
[
4912f19
]:v9.0.15
Compare Source
Patch Changes
[
2c70d27
]:v9.0.14
Compare Source
Patch Changes
[
6a8123b
]:v9.0.13
Compare Source
Patch Changes
[
020b9e4
]:v9.0.12
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
1b24656
]:v9.0.11
Compare Source
Patch Changes
[
1e02935
]:ardatan/graphql-tools (@graphql-tools/resolvers-composition)
v7.0.11
Compare Source
Patch Changes
[
53bb601
,53bb601
]:v7.0.10
Compare Source
Patch Changes
[
4912f19
]:v7.0.9
Compare Source
Patch Changes
[
2c70d27
]:v7.0.8
Compare Source
Patch Changes
[
6a8123b
]:v7.0.7
Compare Source
Patch Changes
[
020b9e4
]:v7.0.6
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
1b24656
]:v7.0.5
Compare Source
Patch Changes
[
1e02935
]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.16
Compare Source
Patch Changes
[
53bb601
,53bb601
]:v10.0.15
Compare Source
Patch Changes
[
4912f19
]:v10.0.14
Compare Source
Patch Changes
[
2c70d27
]:v10.0.13
Compare Source
Patch Changes
[
6a8123b
]:v10.0.12
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
Updated dependencies
[
020b9e4
]:v10.0.11
Compare Source
Patch Changes
696a0d5
Thanks @renovate! - dependencies updates:
@graphql-tools/merge@^9.0.11
↗︎(from
^9.0.10
, independencies
)@graphql-tools/utils@^10.6.1
↗︎(from
^10.6.0
, independencies
)[
696a0d5
,1b24656
]:v10.0.10
Compare Source
Patch Changes
[
1e02935
]:ardatan/graphql-tools (@graphql-tools/utils)
v10.7.2
Compare Source
Patch Changes
#6822
53bb601
Thanks @enisdenjo! - dependencies updates:
dset@^3.1.4
↗︎ (from^3.1.2
, independencies
)#6822
53bb601
Thanks @enisdenjo! - Bump dset dependency handling the
CVE-2024-21529
https://security.snyk.io/vuln/SNYK-JS-DSET-7116691
v10.7.1
Compare Source
Patch Changes
4912f19
Thanks @AaronMoat! - Remove use of
VoidFunction
type, whichrequires DOM types
v10.7.0
Compare Source
Minor Changes
#6789
2c70d27
Thanks @n1ru4l! - - New helper function
getAbortPromise
to get apromise rejected when
AbortSignal
is abortedregisterAbortSignalListener
to register a listener to abort a promise whenAbortSignal
is abortedInstead of using
.addEventListener('abort', () => {/* ... */})
, we register a single listener toavoid warnings on Node.js like
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added. Use emitter.setMaxListeners() to increase limit
.v10.6.4
Compare Source
Patch Changes
6a8123b
Thanks @ardatan! - Improvements for
fakePromise
so it can be usedwithout params to create a
void
Promisev10.6.3
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
v10.6.2
Compare Source
Patch Changes
#6737
1b24656
Thanks @ardatan! - Handle array of primitives correctly
The bug was following;
v10.6.1
Compare Source
Patch Changes
1e02935
Thanks @ardatan! - Handle parse errors correctly when loader gets a
string directly
graphql-hive/gateway (@graphql-tools/wrap)
v10.0.28
Compare Source
Patch Changes
#472
e9f78cd
Thanks @ardatan! -RenameObjectFieldArguments
should transform the passedargs
indelegationContext
.When a subschema's a root field argument is renamed, the passed arguments should be also transformed;
This is the original field
}
type Book {
id: ID
title: String
}
The following call should be transformed;
To this query;
18682e6
]:v10.0.27
Compare Source
Patch Changes
#373
e606975
Thanks @ardatan! - dependencies updates:@graphql-tools/utils@^10.7.0
↗︎ (from^10.6.2
, independencies
)Updated dependencies [
e606975
]:v10.0.26
Compare Source
Patch Changes
23b8987
]:v10.0.25
Compare Source
Patch Changes
#291
34d1224
Thanks @ardatan! - dependencies updates:tslib@^2.8.1
↗︎ (from^2.4.0
, independencies
)Updated dependencies [
34d1224
]:[
v10.0.24
](https://redirect.github.cConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.